home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
comms
/
other
/
iris
/
asyncio.readme
< prev
next >
Wrap
Text File
|
1999-05-14
|
845b
|
29 lines
short: AsyncIO library for fast IO. V39.2
uploader: cmh@lls.se (Magnus Holmgren)
type: dev/c
This link library (optionally shared library) provides DOS-like functions
for using double buffered asyncronous IO on files. This provides very good
performance on DMA devices.
The code was originally written by Martin Taillefer. A few bug fixes and
updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
Barthel.
News in version 39.2:
Fixed bugs in ReadLineAsync(), ReadCharAsync() and WriteCharAsync().
SeekAsync() is now more DOS-compatible, in that it allows seeks to
succeed after seeks past EOF. Thus, it is now possible to seek back
to a valid position in the file and continue reading there.
News in version 39.1:
A bugfix in SeekAsync() needed fixing. ;)
Docs cleaned up.
Various other minor changes.